[INFO] cloning repository https://github.com/jtepe/ores
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtepe/ores" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtepe%2Fores", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtepe%2Fores'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3b1fd479ba6139345ac7f89a10086a559906fe24
[INFO] testing jtepe/ores against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtepe%2Fores" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jtepe/ores
[INFO] finished tweaking git repo https://github.com/jtepe/ores
[INFO] tweaked toml for git repo https://github.com/jtepe/ores written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jtepe/ores on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jtepe/ores already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d642b0fe2c76c727360bed2d2fbe9a4f0500d1e57003305b699c61a73039ba43
[INFO] running `Command { std: "docker" "start" "-a" "d642b0fe2c76c727360bed2d2fbe9a4f0500d1e57003305b699c61a73039ba43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d642b0fe2c76c727360bed2d2fbe9a4f0500d1e57003305b699c61a73039ba43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d642b0fe2c76c727360bed2d2fbe9a4f0500d1e57003305b699c61a73039ba43", kill_on_drop: false }`
[INFO] [stdout] d642b0fe2c76c727360bed2d2fbe9a4f0500d1e57003305b699c61a73039ba43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bf0bf216ee7c393a714442f002bf63293c9f4d29e1d0ca0793be73e121d1264
[INFO] running `Command { std: "docker" "start" "-a" "8bf0bf216ee7c393a714442f002bf63293c9f4d29e1d0ca0793be73e121d1264", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling serde_with v3.16.1
[INFO] [stderr]    Compiling schelm-http v0.1.0 (/opt/rustwide/workdir/crates/schelm-http)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.74s
[INFO] running `Command { std: "docker" "inspect" "8bf0bf216ee7c393a714442f002bf63293c9f4d29e1d0ca0793be73e121d1264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bf0bf216ee7c393a714442f002bf63293c9f4d29e1d0ca0793be73e121d1264", kill_on_drop: false }`
[INFO] [stdout] 8bf0bf216ee7c393a714442f002bf63293c9f4d29e1d0ca0793be73e121d1264
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f52af56e30600c95af03b8f0bd61280361aa8e95cbdf273cf50318e8edfe28f
[INFO] running `Command { std: "docker" "start" "-a" "8f52af56e30600c95af03b8f0bd61280361aa8e95cbdf273cf50318e8edfe28f", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde_with v3.16.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling schelm-http v0.1.0 (/opt/rustwide/workdir/crates/schelm-http)
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stdout] error[E0432]: unresolved import `schelm_http::client`
[INFO] [stdout]  --> crates/schelm-http/tests/client_builder.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | use schelm_http::client::{Client, ClientBuilder, MessagesApi, ResponsesApi};
[INFO] [stdout]   |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "client")]
[INFO] [stdout]   |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 4 | pub mod client;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `schelm_http::client`
[INFO] [stdout]  --> crates/schelm-http/tests/streaming_responses.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | use schelm_http::client::{Error, ResponseEventStream, StreamingError};
[INFO] [stdout]   |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "client")]
[INFO] [stdout]   |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 4 | pub mod client;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                   ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                   ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                                               ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                                               ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     schelm_http::client::ClientBuilder::responses("test-api-key", base_url)
[INFO] [stdout]    |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     schelm_http::client::ClientBuilder::responses("test-api-key", base_url)
[INFO] [stdout]    |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                   ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/streaming_responses.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | ) -> Option<schelm_http::client::Result<StreamingEvent>> {
[INFO] [stdout]    |                          ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                                               ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout] 17 +     let base_url = Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout] 17 +     let base_url = Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:23:20
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let base_url = url::Url::parse(&server.uri()).unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -     let base_url = url::Url::parse(&server.uri()).unwrap();
[INFO] [stdout] 23 +     let base_url = Url::parse(&server.uri()).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout] 44 +     let base_url = Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 51 -     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout] 51 +     let base_url = Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 58 -     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout] 58 +     let base_url = Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     schelm_http::client::ClientBuilder::responses("test-api-key", base_url)
[INFO] [stdout]    |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout] 17 +     let base_url = Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:126:22
[INFO] [stdout]     |
[INFO] [stdout] 126 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 126 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 126 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:161:22
[INFO] [stdout]     |
[INFO] [stdout] 161 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 161 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 161 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:196:22
[INFO] [stdout]     |
[INFO] [stdout] 196 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 196 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 196 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:231:22
[INFO] [stdout]     |
[INFO] [stdout] 231 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 231 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 231 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:260:36
[INFO] [stdout]     |
[INFO] [stdout] 260 |         matches!(err, schelm_http::client::Error::Reqwest(_)),
[INFO] [stdout]     |                                    ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 260 -         matches!(err, schelm_http::client::Error::Reqwest(_)),
[INFO] [stdout] 260 +         matches!(err, Error::Reqwest(_)),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:285:22
[INFO] [stdout]     |
[INFO] [stdout] 285 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 285 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 285 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:309:22
[INFO] [stdout]     |
[INFO] [stdout] 309 |         schelm_http::client::Error::HttpStatus { status, .. } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 309 -         schelm_http::client::Error::HttpStatus { status, .. } => {
[INFO] [stdout] 309 +         Error::HttpStatus { status, .. } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schelm-http` (test "client_builder") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schelm-http` (test "responses") due to 11 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schelm-http` (test "streaming_responses") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "8f52af56e30600c95af03b8f0bd61280361aa8e95cbdf273cf50318e8edfe28f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f52af56e30600c95af03b8f0bd61280361aa8e95cbdf273cf50318e8edfe28f", kill_on_drop: false }`
[INFO] [stdout] 8f52af56e30600c95af03b8f0bd61280361aa8e95cbdf273cf50318e8edfe28f
